Package pl. wendigo. chrome. api. backgroundservice
Contains DevTools Protocol BackgroundService domain implementation accessible via BackgroundServiceDomain class.
Types
BackgroundServiceDomain
Link copied to clipboard
BackgroundServiceEvent
Link copied to clipboard
data class BackgroundServiceEvent(timestamp: TimeSinceEpoch, origin: String, serviceWorkerRegistrationId: RegistrationID, service: ServiceName, eventName: String, instanceId: String, eventMetadata: List<EventMetadata>)
Content copied to clipboard
BackgroundServiceEventReceivedEvent
Link copied to clipboard
data class BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent) : Event
Content copied to clipboard
ClearEventsRequest
Link copied to clipboard
EventMetadata
Link copied to clipboard
RecordingStateChangedEvent
Link copied to clipboard
data class RecordingStateChangedEvent(isRecording: Boolean, service: ServiceName) : Event
Content copied to clipboard
ServiceName
Link copied to clipboard
SetRecordingRequest
Link copied to clipboard
data class SetRecordingRequest(shouldRecord: Boolean, service: ServiceName)
Content copied to clipboard
Represents request frame that can be used with BackgroundService#setRecording operation call.
StartObservingRequest
Link copied to clipboard
StopObservingRequest
Link copied to clipboard